Class RueckmeldungEAUKK.AngabenArbeitnehmer.AngabenZurAU

  • Enclosing class:
    RueckmeldungEAUKK.AngabenArbeitnehmer

    public static class RueckmeldungEAUKK.AngabenArbeitnehmer.AngabenZurAU
    extends Object

    Java-Klasse für anonymous complex type.

    Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

    
     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="AU_ab_AG" type="{http://www.w3.org/2001/XMLSchema}date"/>
             <element name="AU_seit" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
             <element name="Voraussichtlich_AU_bis" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
             <element name="Festgestellt_am" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
             <element name="Kennzeichen_aktuelle_Arbeitsunfaehigkeit" minOccurs="0">
               <simpleType>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                   <length value="1"/>
                   <enumeration value="1"/>
                   <enumeration value="4"/>
                 </restriction>
               </simpleType>
             </element>
             <element name="Arbeitsunfall" minOccurs="0">
               <simpleType>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                   <length value="1"/>
                   <enumeration value="J"/>
                 </restriction>
               </simpleType>
             </element>
             <element name="D_Arzt_zugewiesen" minOccurs="0">
               <simpleType>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                   <length value="1"/>
                   <enumeration value="J"/>
                 </restriction>
               </simpleType>
             </element>
             <element name="Sonstiger_Unfall_Unfallfolgen" minOccurs="0">
               <simpleType>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                   <enumeration value="J"/>
                 </restriction>
               </simpleType>
             </element>
             <element name="Stationaerer_Aufenthalt" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="Aufnahmetag" type="{http://www.w3.org/2001/XMLSchema}date"/>
                       <element name="Voraussichtliche_Dauer_der_KH_Behandlung" type="{http://www.w3.org/2001/XMLSchema}date"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="Bescheinigungsart" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <choice>
                       <element name="Erstbescheinigung">
                         <simpleType>
                           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                             <enumeration value="J"/>
                           </restriction>
                         </simpleType>
                       </element>
                       <element name="Folgebescheinigung">
                         <simpleType>
                           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                             <enumeration value="J"/>
                           </restriction>
                         </simpleType>
                       </element>
                     </choice>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>